home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global ttime, gPano, gPanoMovieID, driveLetter, volName
- set ttime to 2
- set the puppet of sprite 44 to 1
- set the castNum of sprite 44 to 54
- if the machineType = 256 then
- set gPano to QTVRW(mnew, "Pan")
- set dummy to gPano(mOpenMovie, driveLetter & ":\files\qtvr\py.mov", "120,90")
- else
- set gPanoMovieID to PanoMovie("openMovie", "Direct", volName & ":files:qtvr:py.mov", "120,90")
- InitPanoCallbacks()
- end if
- go("an2vr")
- if the machineType = 256 then
- gPano(mUpdate)
- else
- PanoMovie("Direct", gPanoMovieID, "update")
- end if
- end
-